@Before
public void setup()
{
gdb = new TestGraphDatabaseFactory().newImpermanentDatabase();
engine = new ExecutionEngine(gdb);
}
@Before
public void setup()
{
gdb = new GraphDatabaseCypherService(new TestGraphDatabaseFactory().newImpermanentDatabase());
engine = new ExecutionEngine(gdb);
}